home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / DefineSprite_596 / frame_149 / PlaceObject2_487_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-07-21  |  183b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(Key.isDown(40))
  3.    {
  4.       _root.spaceship.p5.gotoAndStop(4);
  5.    }
  6.    if(Key.isDown(38))
  7.    {
  8.       _root.spaceship.p5.gotoAndStop(5);
  9.    }
  10. }
  11.